home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / othergnu / indent~1.zoo / readme.st < prev    next >
Encoding:
Text File  |  1992-08-20  |  732 b   |  22 lines

  1. This is a port of GNU indent 1.5 for the Atari ST.  It was
  2. compiled with GCC 2.1 and the MiNT libraries at PatchLevel 20.
  3.  
  4. There was a Makefile in it that recognizes your configuration, produces
  5. a file called zmakefile and executes zmakefile.  I copied the Makefile
  6. to makefile.cnf.  You normally don't need.  Then I copied zmakefile to
  7. makefile, changed SHELL and added -O2 and -fstrength-reduce to the
  8. compiler options. 
  9.  
  10. Also I hacked the file io.c. I added some atari specific stuff that
  11. replaces the sequence '\r\n' with '\n'. Without this indent adds a blank
  12. line after each text line.
  13.  
  14. Indent should work fine now. If you should find any atari specific bug
  15. contact me.
  16.  
  17. Marcus
  18.  
  19. email: haebler@dmswwu1a.uni-muenster.de
  20.  
  21. -EOF-
  22.